1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/scrumblr_ynh.git synced 2024-09-03 20:16:29 +02:00
This commit is contained in:
Éric Gaspar 2023-12-17 16:11:21 +01:00
parent c9beba954a
commit a87cd8cce5
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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"