1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snserver_ynh.git synced 2024-09-03 20:26:22 +02:00

Fix: typos

This commit is contained in:
Fabian Wilkens 2022-08-05 13:16:16 +02:00
parent 3b0aadbb07
commit 23e3f6728b
No known key found for this signature in database
GPG key ID: 23DFA025BB4E9FAB
3 changed files with 2 additions and 4 deletions

View file

@ -1,4 +1,4 @@
PATH=/opt/node_n/n/versions/node/16/bin:/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
__YNH_NODE_LOAD_PATH__
LOG_LEVEL="debug"
NODE_ENV="production"

View file

@ -84,7 +84,7 @@ ynh_print_info "Backing up systemd configuration..."
ynh_backup --src_path="/etc/systemd/system/$app-api-gateway.service"
ynh_backup --src_path="/etc/systemd/system/$app-auth.service"
ynh_backup --src_path="/etc/systemd/system/$app-auth.service"
ynh_backup --src_path="/etc/systemd/system/$app-auth-worker.service"
ynh_backup --src_path="/etc/systemd/system/$app-files.service"
ynh_backup --src_path="/etc/systemd/system/$app-syncing-server.service"
ynh_backup --src_path="/etc/systemd/system/$app-syncing-server-worker.service"

View file

@ -297,8 +297,6 @@ ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ st
#=================================================
# SPECIFIC UPGRADE
#=================================================
#=================================================
# ADD SWAP
#=================================================