frontend build bug fixed

This commit is contained in:
huoju
2022-03-22 16:37:58 -04:00
parent 15c864b861
commit 0e04374052
3 changed files with 20 additions and 3 deletions

View File

@@ -33,6 +33,6 @@ fi
if [ "$2" = "POST-INSTALL" ]; then
echo "${USER}:${GROUP} %%PHOTOPRISM_DATA_DIR%%"
chown -R ${USER}:${GROUP} %%PHOTOPRISM_DATA_DIR%%
echo "You may need to run `chown -R ${USER}:${GROUP} %%PHOTOPRISM_DATA_DIR%%`"
fi