Disable daemons and qvitter/pleroma on postactiv
This commit is contained in:
parent
cc952a9c07
commit
51fe656e87
|
@ -206,7 +206,7 @@ function postactiv_running_script {
|
||||||
echo ' MY_EMAIL_ADDRESS=$ADMIN_USER@$HOSTNAME' >> /etc/cron.hourly/postactiv-daemons
|
echo ' MY_EMAIL_ADDRESS=$ADMIN_USER@$HOSTNAME' >> /etc/cron.hourly/postactiv-daemons
|
||||||
echo ' echo "Restarting postactiv daemons" | mail -s "postactiv daemons not found" $MY_EMAIL_ADDRESS' >> /etc/cron.hourly/postactiv-daemons
|
echo ' echo "Restarting postactiv daemons" | mail -s "postactiv daemons not found" $MY_EMAIL_ADDRESS' >> /etc/cron.hourly/postactiv-daemons
|
||||||
echo " cd /var/www/${POSTACTIV_DOMAIN_NAME}/htdocs" >> /etc/cron.hourly/postactiv-daemons
|
echo " cd /var/www/${POSTACTIV_DOMAIN_NAME}/htdocs" >> /etc/cron.hourly/postactiv-daemons
|
||||||
echo ' scripts/startdaemons.sh' >> /etc/cron.hourly/postactiv-daemons
|
echo ' #scripts/startdaemons.sh' >> /etc/cron.hourly/postactiv-daemons
|
||||||
echo 'fi' >> /etc/cron.hourly/postactiv-daemons
|
echo 'fi' >> /etc/cron.hourly/postactiv-daemons
|
||||||
|
|
||||||
echo "cd /var/www/${POSTACTIV_DOMAIN_NAME}/htdocs" >> /etc/cron.hourly/postactiv-daemons
|
echo "cd /var/www/${POSTACTIV_DOMAIN_NAME}/htdocs" >> /etc/cron.hourly/postactiv-daemons
|
||||||
|
@ -772,11 +772,10 @@ function install_postactiv {
|
||||||
|
|
||||||
install_postactiv_main
|
install_postactiv_main
|
||||||
|
|
||||||
install_qvitter "$POSTACTIV_DOMAIN_NAME" "postactiv"
|
#install_qvitter "$POSTACTIV_DOMAIN_NAME" "postactiv"
|
||||||
|
#function_check install_nodejs
|
||||||
function_check install_nodejs
|
#install_nodejs pleroma-postactiv
|
||||||
install_nodejs pleroma-postactiv
|
#install_pleroma "postactiv" "$POSTACTIV_DOMAIN_NAME" "$POSTACTIV_BACKGROUND_IMAGE_URL" "$POSTACTIV_TITLE"
|
||||||
install_pleroma "postactiv" "$POSTACTIV_DOMAIN_NAME" "$POSTACTIV_BACKGROUND_IMAGE_URL" "$POSTACTIV_TITLE"
|
|
||||||
|
|
||||||
expire_postactiv_posts
|
expire_postactiv_posts
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue