From 81df00a1a6a96e961ba85e8b2f1a15547b4d85f5 Mon Sep 17 00:00:00 2001 From: nemsia Date: Mon, 10 Apr 2017 12:06:45 +0200 Subject: [PATCH] Modify pushd --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 14aee5a..fb15986 100644 --- a/scripts/install +++ b/scripts/install @@ -132,7 +132,7 @@ RAILS_ENV=production bin/bundle exec rails assets:precompile ENDCOMMANDS # Add Services -pushd /var/cache/yunohost/from_file/scripts +pushd /var/cache/yunohost/from_file/mastodon_ynh-master/scripts sudo cp ../conf/mastodon-web.service /etc/systemd/system/mastodon-web.service sudo chown root: /etc/systemd/system/mastodon-web.service