add a few comments

This commit is contained in:
ida schmidt 2020-03-31 21:47:54 -07:00
parent 85cb7c012e
commit 3ac65bc37b

View file

@ -12,6 +12,7 @@ su minecraftuser -c "
cp systemd/mc-backup /home/minecraftuser/.local/bin/
"
# this should be pretty obvious
echo "loading units..."
systemctl daemon-reload
@ -21,4 +22,5 @@ systemctl enable mc-backup.service mc-backup.timer mc-server.service
echo "starting units..."
systemctl start mc-backup.service mc-backup.timer mc-server.service
# yeah wow hope that worked lol
echo "done!"