Accidently used backticks for quotes
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
# File Created: Saturday, 8th January 2022 7:08:46 pm
|
# File Created: Saturday, 8th January 2022 7:08:46 pm
|
||||||
# Author: Josh.5 (jsunnex@gmail.com)
|
# 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)
|
# Modified By: Console and webGui login account (jsunnex@gmail.com)
|
||||||
###
|
###
|
||||||
|
|
||||||
@@ -58,8 +58,8 @@ chmod a+rwx /opt/scripts/*.sh
|
|||||||
# Start supervisord
|
# Start supervisord
|
||||||
echo
|
echo
|
||||||
echo "**** Starting supervisord ****";
|
echo "**** Starting supervisord ****";
|
||||||
echo "Logging all root services to `/var/log/supervisor/`"
|
echo "Logging all root services to '/var/log/supervisor/'"
|
||||||
echo "Logging all user services to `/home/${USER}/.cache/log/`"
|
echo "Logging all user services to '/home/${USER}/.cache/log/'"
|
||||||
echo
|
echo
|
||||||
mkdir -p /var/log/supervisor
|
mkdir -p /var/log/supervisor
|
||||||
chmod a+rw /var/log/supervisor
|
chmod a+rw /var/log/supervisor
|
||||||
|
|||||||
Reference in New Issue
Block a user