aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authornemsia <nemsia@nemsia.org>2017-04-30 00:35:01 +0200
committerGitHub <noreply@github.com>2017-04-30 00:35:01 +0200
commitbf0b5ad36b12dc5516ce7429da2ded28e4904209 (patch)
treeaea22c85c5673cb2eacacf46e5567b3646e23bc2 /scripts
parent5bcc59f37c0512c9c2adf6f3946770ade60f0f96 (diff)
downloadmastodon_ynh-bf0b5ad36b12dc5516ce7429da2ded28e4904209.tar.gz
mastodon_ynh-bf0b5ad36b12dc5516ce7429da2ded28e4904209.tar.bz2
mastodon_ynh-bf0b5ad36b12dc5516ce7429da2ded28e4904209.zip
[fix] popd on services file copy
Diffstat (limited to 'scripts')
-rw-r--r--scripts/install2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install b/scripts/install
index 1b82828..263a8dd 100644
--- a/scripts/install
+++ b/scripts/install
@@ -162,7 +162,7 @@ type rbenv
BCOMMANDS
# Add Services
-pushd $(popd)
+popd
sudo cp ../conf/mastodon-web.service /etc/systemd/system/mastodon-web.service
sudo chown root: /etc/systemd/system/mastodon-web.service