zmlinkcontent.sh - modify temp folder link command

This commit is contained in:
Andrew Bauer 2018-01-17 09:58:18 -06:00 committed by GitHub
parent 064be68efa
commit 5d0defd9fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ fi
# Link the CakePHP tmp folder to the zoneminder temp folder
echo -n "Linking CakePHP tmp folder to ${ZM_TMPDIR}... "
ln -sf "$ZM_TMPDIR" "$ZM_PATH_WEB/api/app"
ln -sfT "$ZM_TMPDIR" "$ZM_PATH_WEB/api/app/tmp"
if [ "$?" = "0" ]; then
echo "OK"
else