We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3b6fa commit cb927aeCopy full SHA for cb927ae
1 file changed
static/change-ncadmin-profile.sh
@@ -13,7 +13,7 @@ source /var/scripts/fetch_lib.sh
13
DEBUG=0
14
debug_mode
15
16
-rm "/home/$UNIXUSER/.profile"
+rm -f "/home/$UNIXUSER/.profile"
17
18
cat <<-UNIXUSER-PROFILE > "$UNIXUSER_PROFILE"
19
# ~/.profile: executed by the command interpreter for login shells.
0 commit comments