Skip to content

Commit e20af29

Browse files
authored
fix: verbose (#7023)
1 parent 68832d7 commit e20af29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/ghost-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ echo "ghost-user ALL=(ALL) NOPASSWD:ALL" | tee /etc/sudoers.d/ghost-user
5050
mkdir -p /var/www/ghost
5151
chown -R ghost-user:ghost-user /var/www/ghost
5252
chmod 775 /var/www/ghost
53-
sudo -u ghost-user -H sh -c "cd /var/www/ghost && ghost install --db=mysql --dbhost=localhost --dbuser=$DB_USER --dbpass=$DB_PASS --dbname=ghost --url=http://localhost:2368 --no-prompt --no-setup-nginx --no-setup-ssl --no-setup-mysql --enable --start --ip 0.0.0.0"
53+
$STD sudo -u ghost-user -H sh -c "cd /var/www/ghost && ghost install --db=mysql --dbhost=localhost --dbuser=$DB_USER --dbpass=$DB_PASS --dbname=ghost --url=http://localhost:2368 --no-prompt --no-setup-nginx --no-setup-ssl --no-setup-mysql --enable --start --ip 0.0.0.0"
5454
rm /etc/sudoers.d/ghost-user
5555
msg_ok "Creating Service"
5656

0 commit comments

Comments
 (0)