diff --git a/00_find_modified.sh b/00_find_modified.sh
index e237ad9..c650b6c 100755
--- a/00_find_modified.sh
+++ b/00_find_modified.sh
@@ -13,4 +13,4 @@ grep -v '.cache' |
 awk '{print $11}' |
 sed -e "s|/home\/liveuser\/||g" > ./liveuser.txt
 
-
+echo "Ready"
diff --git a/01_copy_modified.sh b/01_copy_modified.sh
index 214a74c..27bea2a 100755
--- a/01_copy_modified.sh
+++ b/01_copy_modified.sh
@@ -19,3 +19,5 @@ do
 done
 
 chown -R 1000:1000 .
+
+echo "Ready"
diff --git a/04_push.sh b/04_push.sh
index 5840a9b..345883e 100755
--- a/04_push.sh
+++ b/04_push.sh
@@ -2,5 +2,4 @@
 
 git add . && git commit -m "Update" && git push
 
-echo "melawy" | beep -f 200 -l 250 -d 100 -r 1 -n -s
-notify-send -a "$(basename $(pwd)): Push" -t 999999999 "Update finished" "$(date '+%Y.%m.%d %H:%M:%S')"
+echo "Ready"
diff --git a/skel/.config/autostart/key-sign.sh.desktop b/skel/.config/autostart/key-sign.sh.desktop
deleted file mode 100755
index c0f40df..0000000
--- a/skel/.config/autostart/key-sign.sh.desktop
+++ /dev/null
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Exec=/home/liveuser/.local/userbin/key-sign.sh
-Icon=
-Name=key-sign.sh
-Path=
-Terminal=False
-Type=Application