mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
Fix oo install script crashing at first run
This commit is contained in:
parent
a9f0193c29
commit
02a4dd8844
@ -28,7 +28,7 @@ main() {
|
||||
ask_for_license
|
||||
|
||||
# Check if 'oldest_needed_version' is already set, if not, set it to v8
|
||||
if [ -z "${PROPS['oldest_needed_version']}" ]; then
|
||||
if [ -z "${PROPS['oldest_needed_version']+set}" ]; then
|
||||
echo "'oldest_needed_version' is not set. Setting it to v8."
|
||||
set_prop "oldest_needed_version" "v8"
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user