mirror of
https://github.com/YunoHost-Apps/friendica_ynh.git
synced 2024-09-03 18:36:14 +02:00
Merge pull request #53 from mr-eshua/2021.04-bugfix
_common.sh: fix syntax error
This commit is contained in:
commit
e569fda0bb
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ ynh_smart_mktemp () {
|
|||
local tmpdir=/tmp
|
||||
elif is_there_enough_space /var; then
|
||||
local tmpdir=/var
|
||||
elif is_there_enough_space /; then1
|
||||
elif is_there_enough_space /; then
|
||||
local tmpdir=/
|
||||
elif is_there_enough_space /home; then
|
||||
local tmpdir=/home
|
||||
|
|
Loading…
Reference in a new issue