add a few comments
This commit is contained in:
parent
85cb7c012e
commit
3ac65bc37b
1 changed files with 2 additions and 0 deletions
|
@ -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!"
|
||||
|
|
Loading…
Add table
Reference in a new issue