Skip to content

Commit 20c2bce

Browse files
committed
Reformat error output.
1 parent 429dd03 commit 20c2bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/upgrade/versions/1.3.0.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ if [ ! -e "/etc/cron.d/hestia-proc" ]; then
5555
echo "[ * ] Restricting access to /proc fs..."
5656
mount -o remount,defaults,hidepid=2 /proc > /dev/null 2>&1
5757
if [ $? -ne 0 ]; then
58-
echo "WARNING: Cannot remount /proc (LXC containers require additional permissions be added to host apparmor profile)"
58+
echo "[ ! ] WARNING: Cannot remount /proc (LXC containers require additional permissions be added to host apparmor profile)"
5959
else
6060
echo "@reboot root sleep 5 && mount -o remount,defaults,hidepid=2 /proc" > /etc/cron.d/hestia-proc
6161
fi

0 commit comments

Comments
 (0)