From bf0b5ad36b12dc5516ce7429da2ded28e4904209 Mon Sep 17 00:00:00 2001 From: nemsia Date: Sun, 30 Apr 2017 00:35:01 +0200 Subject: [PATCH] [fix] popd on services file copy --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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