mirror of
https://github.com/YunoHost-Apps/sogo_ynh.git
synced 2024-09-03 20:26:07 +02:00
removed on lsb command
This commit is contained in:
parent
f96e3ec03a
commit
456a1228a1
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ domain=$1
|
|||
path=$2
|
||||
admin=$3
|
||||
is_public=$4
|
||||
codename=$("lsb_release -c -s")
|
||||
codename=$(lsb_release -c -s)
|
||||
|
||||
|
||||
# Save app settings
|
||||
|
|
Loading…
Add table
Reference in a new issue