New service for end-script.sh
This commit is contained in:
@@ -4,14 +4,14 @@ set -euo pipefail
|
||||
#creating a timestamp-file to see whether this script ran
|
||||
TIMESTAMP_FILE="$HOME/nixos_conf/nixos_timestamp.txt"
|
||||
date +"%Y-%m-%d %H:%M:%S" > "$TIMESTAMP_FILE"
|
||||
echo "File created"
|
||||
echo "File $TIMESTAMP_FILE created"
|
||||
|
||||
#cleaning up .backup files (do not worry, they exist safely in ./assets/copy_stuff/.config)
|
||||
find ~/.config -name "*.backup" -delete
|
||||
echo "Files deleted"
|
||||
echo "~/.config/*.backup files deleted"
|
||||
|
||||
#copying stuff from assets/copy_stuff to ~
|
||||
echo $(pwd)
|
||||
echo "Now in path $(pwd)"
|
||||
COPY_SCRIPT="./copy_stuff.sh"
|
||||
if [ ! -f "$COPY_SCRIPT" ]; then
|
||||
echo "Error: Script $COPY_SCRIPT does not exist."
|
||||
|
||||
Reference in New Issue
Block a user