File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,10 @@ echo -e "$YELLOW Deinstallation mit$RED STRG + C$YELLOW abbrechen. "
22
22
echo -e " $GREEN Die Deinstallation beginnt in 5 Sekunden..."
23
23
echo -e " $GREEN ----------------------------------------------"
24
24
sleep 5
25
+
25
26
clear
27
+ echo -e " $BLUE 🔎 Status:$NORMAL Die Servicedaten werden entfernt, falls vorhanden..."
28
+ sleep 3
26
29
27
30
# remove system file
28
31
if command -v systemctl & > /dev/null && systemctl --all --type service | grep -n " myspeed.service" ; then
@@ -34,6 +37,10 @@ if command -v systemctl &> /dev/null && systemctl --all --type service | grep -n
34
37
systemctl reset-failed
35
38
fi
36
39
40
+ clear
41
+ echo -e " $BLUE 🔎 Status:$NORMAL Die MySpeed-Systemdaten werden entfernt, falls vorhanden..."
42
+ sleep 3
43
+
37
44
# remove folder
38
45
if [ " $1 " == " --keep-data" ]; then
39
46
mv $INSTALLATION_PATH /data /tmp/myspeed_data
@@ -42,4 +49,9 @@ if [ "$1" == "--keep-data" ]; then
42
49
mv /tmp/myspeed_data $INSTALLATION_PATH /data
43
50
else
44
51
rm -R $INSTALLATION_PATH
45
- fi
52
+ fi
53
+
54
+ clear
55
+ echo -e " $GREEN -$NORMAL -$GREEN -$NORMAL -$GREEN -$NORMAL -$GREEN -$NORMAL -$GREEN -$NORMAL -$GREEN -$NORMAL -$GREEN -$NORMAL -$GREEN -$NORMAL -$GREEN -$NORMAL -" # multicolor
56
+ echo -e " $GREEN ✓ Fertig: $NORMAL MySpeed wurde deinstalliert."
57
+ echo -e " $GREEN -$NORMAL -$GREEN -$NORMAL -$GREEN -$NORMAL -$GREEN -$NORMAL -$GREEN -$NORMAL -$GREEN -$NORMAL -$GREEN -$NORMAL -$GREEN -$NORMAL -$GREEN -$NORMAL -" # multicolor
You can’t perform that action at this time.
0 commit comments