diff options
-rwxr-xr-x | add-shell | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ CFG_FILE=/etc/shells # Create $CFG_FILE if needed if [ ! -f $CFG_FILE ]; then - > $CFG_FILE + true > $CFG_FILE fi if ! grep -q "^$shl$" $CFG_FILE; then |