Accidently used backticks for quotes

This commit is contained in:
Josh.5
2022-01-17 23:40:47 +13:00
parent f0ab202711
commit a1a05675e3

View File

@@ -5,7 +5,7 @@
# File Created: Saturday, 8th January 2022 7:08:46 pm
# Author: Josh.5 (jsunnex@gmail.com)
# -----
# Last Modified: Sunday, 16th January 2022 3:18:38 pm
# Last Modified: Monday, 17th January 2022 11:40:27 pm
# Modified By: Console and webGui login account (jsunnex@gmail.com)
###
@@ -58,8 +58,8 @@ chmod a+rwx /opt/scripts/*.sh
# Start supervisord
echo
echo "**** Starting supervisord ****";
echo "Logging all root services to `/var/log/supervisor/`"
echo "Logging all user services to `/home/${USER}/.cache/log/`"
echo "Logging all root services to '/var/log/supervisor/'"
echo "Logging all user services to '/home/${USER}/.cache/log/'"
echo
mkdir -p /var/log/supervisor
chmod a+rw /var/log/supervisor