mirror of
https://github.com/YunoHost-Apps/scrumblr_ynh.git
synced 2024-09-03 20:16:29 +02:00
fix
This commit is contained in:
parent
c9beba954a
commit
a87cd8cce5
2 changed files with 1 additions and 2 deletions
|
@ -19,7 +19,7 @@ ynh_print_info --message="Declaring files to be backed up..."
|
|||
# EXPORT DATABASE
|
||||
#=================================================
|
||||
|
||||
redis-cli --rdb "$install_dir/redis-$app.rdb" -p $redis_port
|
||||
redis-cli --rdb "$install_dir/redis-$app.rdb" -p $port_redis
|
||||
|
||||
#=================================================
|
||||
# BACKUP THE APP MAIN DIR
|
||||
|
|
|
@ -32,7 +32,6 @@ ynh_add_config --template="redis.conf" --destination="$install_dir/redis.conf"
|
|||
redis_service="redis-$app"
|
||||
ynh_add_systemd_config --service $redis_service --template scrumblr_redis.service
|
||||
|
||||
|
||||
chmod 770 "$install_dir"
|
||||
chmod -R o-rwx "$install_dir"
|
||||
chown -R $app:$app "$install_dir"
|
||||
|
|
Loading…
Add table
Reference in a new issue