missing sudo into logger

This commit is contained in:
Roger Pàmies Fabra 2023-07-25 18:41:51 +02:00
parent 8fe4e56c04
commit b672496f67
1 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,6 @@ if [ $extension != "txt" ]; then
fi
# 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"