mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed a bug that made the installer crash when called without arguments.
This commit is contained in:
parent
99a7108547
commit
624abdf1fc
@ -10,7 +10,9 @@
|
||||
|
||||
|
||||
MODE=$1
|
||||
shift
|
||||
if [ $# -gt 1 ]; then
|
||||
shift
|
||||
fi
|
||||
|
||||
# Defaults
|
||||
PREFIX=/usr
|
||||
|
Loading…
x
Reference in New Issue
Block a user