Skip to content

Commit 60f89e3

Browse files
committed
Reverted verbose chmod and chown in startup.sh
1 parent 8ca43dc commit 60f89e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/startup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ if [ -n "$vnc_pass" ]; then
8181

8282
# Store the password encrypted and with 400 permissions
8383
x11vnc -storepasswd "$vnc_pass" "$mainuser_home/.vnc/passwd"
84-
chown -v "$mainuser_name:$mainuser_name" "$mainuser_home/.vnc/passwd"
85-
chmod -v 400 "$mainuser_home/.vnc/passwd"
84+
chown "$mainuser_name:$mainuser_name" "$mainuser_home/.vnc/passwd"
85+
chmod 400 "$mainuser_home/.vnc/passwd"
8686
fi
8787

8888
echo 'Enabling VNC password'

0 commit comments

Comments
 (0)