diff --git a/file_fixes_and_new_services/add-custom-nix.sh b/file_fixes_and_new_services/add-custom-nix.sh index 9744e31..f120a61 100644 --- a/file_fixes_and_new_services/add-custom-nix.sh +++ b/file_fixes_and_new_services/add-custom-nix.sh @@ -34,7 +34,7 @@ FILE=/var/lib/beacons/file_fixes_and_new_services/add-custom-nix/completed #### MAIN SCRIPT #### -/run/current-system/sw/bin/touch /etc/nixos/custom.nix +touch /etc/nixos/custom.nix /run/current-system/sw/bin/cat > /etc/nixos/custom.nix <<- "EOF" diff --git a/file_fixes_and_new_services/sovran-pro-flake-update2.sh b/file_fixes_and_new_services/sovran-pro-flake-update2.sh index 9282b4f..b6cdf20 100644 --- a/file_fixes_and_new_services/sovran-pro-flake-update2.sh +++ b/file_fixes_and_new_services/sovran-pro-flake-update2.sh @@ -21,7 +21,7 @@ FILE=/var/lib/beacons/file_fixes_and_new_services/sovran-pro-flake-update2/compl #### CREATE INITIAL TAG #### -/run/current-system/sw/bin/mkdir -p /var/lib/beacons/file_fixes_and_new_services/sovran-pro-flake-update ; touch /var/lib/beacons/file_fixes_and_new_services/sovran-pro-flake-update2/started +/run/current-system/sw/bin/mkdir -p /var/lib/beacons/file_fixes_and_new_services/sovran-pro-flake-update2 ; touch /var/lib/beacons/file_fixes_and_new_services/sovran-pro-flake-update2/started if [[ $? != 0 ]]; then