diff --git a/scripts/install b/scripts/install index 5d9cd52..a68de89 100755 --- a/scripts/install +++ b/scripts/install @@ -150,7 +150,7 @@ chown $app:$app "$final_path/.env" #================================================= ynh_script_progression --message="Configuring a systemd service..." --weight=1 -if [ $YNH_ARCH = "arm64" || $YNH_ARCH = "amd64" ]; +if [ $YNH_ARCH = "arm64" || $YNH_ARCH = "amd64" ]; then nocodb_startcommand="nocodb" else nocodb_startcommand="$ynh_node index.js" diff --git a/scripts/upgrade b/scripts/upgrade index e6e7553..e178e2a 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -134,7 +134,7 @@ popd #================================================= ynh_script_progression --message="Upgrading systemd configuration..." --weight=1 -if [ $YNH_ARCH = "arm64" || $YNH_ARCH = "amd64" ]; +if [ $YNH_ARCH = "arm64" || $YNH_ARCH = "amd64" ]; then nocodb_startcommand="nocodb" else nocodb_startcommand="$ynh_node index.js"