mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
Fixed a bug that made the installer crash when called without arguments.
This commit is contained in:
parent
965c71484b
commit
ffbbb47aba
@ -10,7 +10,9 @@
|
|||||||
|
|
||||||
|
|
||||||
MODE=$1
|
MODE=$1
|
||||||
|
if [ $# -gt 1 ]; then
|
||||||
shift
|
shift
|
||||||
|
fi
|
||||||
|
|
||||||
# Defaults
|
# Defaults
|
||||||
PREFIX=/usr
|
PREFIX=/usr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user