Do not replace /bin/login.bak if it already exists (fixes multi-application)
This commit is contained in:
parent
43cd6182e7
commit
5eee2ff72b
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
cp "$1/bin/login" "$1/bin/login.bak"
|
||||
if [ ! -f "$1/bin/login.bak" ]; then
|
||||
cp "$1/bin/login" "$1/bin/login.bak"
|
||||
fi
|
||||
export WDVN_PACKAGES_DL="$WDVN_PACKAGES_DL locales tzdata"
|
Loading…
Reference in New Issue
Block a user