diff options
author | lain <lain@soykaf.club> | 2020-08-10 13:05:13 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-08-10 13:05:13 +0000 |
commit | 5c4548d5e74e40e18d8d1ed98ad256568a063370 (patch) | |
tree | 24f3288cd3bf5ac95b2adcf351da346fb53159d0 /installation/init.d | |
parent | 00a4980c618c29ca337ac10a54121ecd7d687d3f (diff) | |
download | pleroma-5c4548d5e74e40e18d8d1ed98ad256568a063370.tar.gz pleroma-5c4548d5e74e40e18d8d1ed98ad256568a063370.zip |
Revert "Merge branch 'issue/1023' into 'develop'"
This reverts merge request !2763
Diffstat (limited to 'installation/init.d')
-rwxr-xr-x | installation/init.d/pleroma | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/installation/init.d/pleroma b/installation/init.d/pleroma index e908cda1b..384536f7e 100755 --- a/installation/init.d/pleroma +++ b/installation/init.d/pleroma @@ -8,7 +8,6 @@ pidfile="/var/run/pleroma.pid" directory=/opt/pleroma healthcheck_delay=60 healthcheck_timer=30 -export $(cat /opt/pleroma/config/pleroma.env) : ${pleroma_port:-4000} |