Capital
This commit is contained in:
parent
ec888aae69
commit
05eb4f1054
|
@ -173,7 +173,7 @@ function upgrade_ghost {
|
||||||
if [ ! -f ghost-${GHOST_VERSION}.zip ]; then
|
if [ ! -f ghost-${GHOST_VERSION}.zip ]; then
|
||||||
wget ${GHOST_DOWNLOAD_URL}
|
wget ${GHOST_DOWNLOAD_URL}
|
||||||
fi
|
fi
|
||||||
if [ ! -f ghost-${GHOST_VERSION}.zip ]; then
|
if [ ! -f Ghost-${GHOST_VERSION}.zip ]; then
|
||||||
echo $'Unable to download ghost'
|
echo $'Unable to download ghost'
|
||||||
exit 367245
|
exit 367245
|
||||||
fi
|
fi
|
||||||
|
@ -394,7 +394,7 @@ function install_ghost {
|
||||||
fi
|
fi
|
||||||
cd /var/www/$GHOST_DOMAIN_NAME/htdocs
|
cd /var/www/$GHOST_DOMAIN_NAME/htdocs
|
||||||
wget ${GHOST_DOWNLOAD_URL}
|
wget ${GHOST_DOWNLOAD_URL}
|
||||||
if [ ! -f ghost-${GHOST_VERSION}.zip ]; then
|
if [ ! -f Ghost-${GHOST_VERSION}.zip ]; then
|
||||||
echo $'Unable to download ghost'
|
echo $'Unable to download ghost'
|
||||||
rm -rf /var/www/$GHOST_DOMAIN_NAME
|
rm -rf /var/www/$GHOST_DOMAIN_NAME
|
||||||
exit 63892
|
exit 63892
|
||||||
|
|
Loading…
Reference in New Issue