diff options
| author | eric_G <46165813+ericgaspar@users.noreply.github.com> | 2025-09-25 09:01:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-25 09:01:08 +0200 |
| commit | c9f62ebbf1deb8692fddb13bee4fa65bc417abf6 (patch) | |
| tree | 761f297f500757b588e40d5499f2824c9594f745 /scripts/restore | |
| parent | c2e28fb47626fca1b6fbd00796a94f5f290435d2 (diff) | |
| parent | f96b0e723def8d1c4b67ec9559b518b8e54df872 (diff) | |
| download | mastodon_ynh-c9f62ebbf1deb8692fddb13bee4fa65bc417abf6.tar.gz mastodon_ynh-c9f62ebbf1deb8692fddb13bee4fa65bc417abf6.tar.bz2 mastodon_ynh-c9f62ebbf1deb8692fddb13bee4fa65bc417abf6.zip | |
Merge pull request #524 from YunoHost-Apps/testing
Testing
Diffstat (limited to 'scripts/restore')
| -rw-r--r-- | scripts/restore | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/restore b/scripts/restore index cbb2d2c..2491c12 100644 --- a/scripts/restore +++ b/scripts/restore @@ -2,7 +2,6 @@ # Keep this path for calling _common.sh inside the execution's context of backup and restore scripts source ../settings/scripts/_common.sh -source ../settings/scripts/ynh_add_swap source /usr/share/yunohost/helpers #================================================= @@ -38,14 +37,6 @@ ynh_script_progression "Adding $swap_needed Mo to swap..." ynh_add_swap --size=$swap_needed #================================================= -# REINSTALL DEPENDENCIES -#================================================= -ynh_script_progression "Reinstalling Ruby and NodeJS..." - -ynh_ruby_install -ynh_nodejs_install - -#================================================= # BUILD APP #================================================= ynh_script_progression "Building app..." |
