mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
[fix] popd error
This commit is contained in:
parent
67a35b2ff2
commit
96c72ba225
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ type rbenv
|
||||||
BCOMMANDS
|
BCOMMANDS
|
||||||
|
|
||||||
# Add Services
|
# Add Services
|
||||||
pushd $(popd)
|
popd
|
||||||
|
|
||||||
sudo cp ../conf/mastodon-web.service /etc/systemd/system/mastodon-web.service
|
sudo cp ../conf/mastodon-web.service /etc/systemd/system/mastodon-web.service
|
||||||
sudo chown root: /etc/systemd/system/mastodon-web.service
|
sudo chown root: /etc/systemd/system/mastodon-web.service
|
||||||
|
|
Loading…
Reference in a new issue