New service for end-script.sh

This commit is contained in:
2026-03-04 14:38:42 +01:00
parent 75017b50a8
commit 5ccf2064fa
2 changed files with 2 additions and 1 deletions
@@ -11,6 +11,7 @@ find ~/.config -name "*.backup" -delete
echo "Files deleted"
#copying stuff from assets/copy_stuff to ~
echo $(pwd)
COPY_SCRIPT="./copy_stuff.sh"
if [ ! -f "$COPY_SCRIPT" ]; then
echo "Error: Script $COPY_SCRIPT does not exist."