|
|
|
|
385
|
function_check drop_database
|
385
|
function_check drop_database
|
386
|
drop_database gnusocial
|
386
|
drop_database gnusocial
|
387
|
function_check remove_onion_service
|
387
|
function_check remove_onion_service
|
388
|
- remove_onion_service microblog ${MICROBLOG_ONION_PORT}
|
|
|
|
|
388
|
+ remove_onion_service gnusocial ${MICROBLOG_ONION_PORT}
|
389
|
sed -i '/install_gnusocial/d' $COMPLETION_FILE
|
389
|
sed -i '/install_gnusocial/d' $COMPLETION_FILE
|
390
|
sed -i '/gnusocial /d' $COMPLETION_FILE
|
390
|
sed -i '/gnusocial /d' $COMPLETION_FILE
|
391
|
if grep -q "gnusocial" /etc/crontab; then
|
391
|
if grep -q "gnusocial" /etc/crontab; then
|