diff --git a/deploy.sh b/deploy.sh index 6b5dad1..2e58d9b 100755 --- a/deploy.sh +++ b/deploy.sh @@ -32,7 +32,6 @@ if [[ $nspawn -eq 1 ]]; then echo "WARNING: Mind that containers will not be stopped or started, neither will subvolumes be mounted or unmounted." $sudo rm /etc/systemd/nspawn/* $sudo cp $run_directory/nspawn/*.nspawn /etc/systemd/nspawn/ - $sudo cp $run_directory/nspawn/fstab /etc/fstab fi echo "Reloading Systemd..."