missing sudo into logger
This commit is contained in:
parent
8fe4e56c04
commit
b672496f67
|
@ -32,6 +32,6 @@ if [ $extension != "txt" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# set correct owner of webserver files
|
# set correct owner of webserver files
|
||||||
ssh $ES7_LOGS_SERVER_SSH "chown -R www-data: $REMOTE_PATH"
|
ssh $ES7_LOGS_SERVER_SSH "sudo chown -R www-data: $REMOTE_PATH"
|
||||||
|
|
||||||
echo "${PUBLIC_LOG_URL}${base}.txt"
|
echo "${PUBLIC_LOG_URL}${base}.txt"
|
||||||
|
|
Loading…
Reference in New Issue