Fixed a line in the uninstall.sh

This commit is contained in:
Mathias
2022-08-09 01:25:18 +02:00
parent 2b1c0dd809
commit f893d6980e

View File

@@ -45,7 +45,7 @@ sleep 3
if [ "$1" == "--keep-data" ]; then
mv $INSTALLATION_PATH/data /tmp/myspeed_data
rm -R $INSTALLATION_PATH
mkdir /opt/myspeed
mkdir $INSTALLATION_PATH
mv /tmp/myspeed_data $INSTALLATION_PATH/data
else
rm -R $INSTALLATION_PATH