diff options
Diffstat (limited to 'templates/system/login')
-rw-r--r-- | templates/system/login/user/node.tag/shell/node.def | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/system/login/user/node.tag/shell/node.def b/templates/system/login/user/node.tag/shell/node.def deleted file mode 100644 index b1163fdf..00000000 --- a/templates/system/login/user/node.tag/shell/node.def +++ /dev/null @@ -1,8 +0,0 @@ -type: txt -help: Set command shell -default: fusioncli -syntax:expression: ( $VAR(@) in "fusioncli" "linux" || - exec "if [ -x $VAR(@) -a grep -q $VAR(@) /etc/shells ]; then exit 0; \ - else echo 'Not a valid command shell'; exit 1; fi" -allowed: echo "fusioncli linux" - awk '! /^[ ]*#/ { printf "%s ", $0 }' </etc/shells |