mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Fix install
This commit is contained in:
parent
1d12d39bdf
commit
71139bcaa1
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ fi
|
||||||
|
|
||||||
ynh_script_progression --message="Creating base directory..."
|
ynh_script_progression --message="Creating base directory..."
|
||||||
ln -s $data_dir $install_dir/seafile-data
|
ln -s $data_dir $install_dir/seafile-data
|
||||||
|
mkdir -p $install_dir/logs
|
||||||
|
|
||||||
if [ -n "$(ls -A $data_dir)" ]; then
|
if [ -n "$(ls -A $data_dir)" ]; then
|
||||||
old_data_dir_path="${data_dir}_$(date '+%Y%m%d.%H%M%S')"
|
old_data_dir_path="${data_dir}_$(date '+%Y%m%d.%H%M%S')"
|
||||||
|
|
Loading…
Reference in a new issue