Skip to content

Commit 3b81bf5

Browse files
authored
Update install.sh: restart daemon before mounting tmp
1 parent 07141c7 commit 3b81bf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,7 @@ check_and_mount_tmp()
702702
fi
703703

704704
# Now mount and restore any images that were there before
705+
sudo systemctl daemon-reload 2> /dev/null
705706
sudo mount -a
706707
if [[ -d ${TMP_DIR} ]]; then
707708
mv "${TMP_DIR}"/* "${ALLSKY_TMP}"

0 commit comments

Comments
 (0)