Skip to content

Commit 0a818ec

Browse files
committed
Update | Communication & Suppresion message commande
1 parent 319aa19 commit 0a818ec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.assets/theme_enigma.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ wget -O enigma-v39.zip https://files.catbox.moe/lqxk6x.zip
5555
echo ""
5656
echo "${BOLD}Extraction du thème...${RESET}"
5757

58-
unzip enigma-v39.zip >/dev/null 2>&1
58+
unzip enigma-v39.zip > /dev/null 2>&1
5959
echo "${BOLD}Déplacement du thème...${RESET}"
6060
rsync -a --remove-source-files app net resources public tailwind.config.js /var/www/pterodactyl
6161
echo ""
@@ -66,20 +66,20 @@ cd /var/www/pterodactyl
6666

6767
## Installation cross-env
6868
echo "${BOLD}Installation de 'cross-env' via yarn...${RESET}"
69-
yarn add cross-env >/dev/null 2>&1
69+
yarn add cross-env > /dev/null 2>&1
7070

7171
## NPX Installation
7272
echo "${BOLD}Mise à jour de NPX...${RESET}"
73-
npx update-browserslist-db@latest >/dev/null 2>&1
73+
npx update-browserslist-db@latest > /dev/null 2>&1
7474

7575
### APPLIQUER ###
7676

7777
echo "${BOLD}Application du thème...${RESET}"
78-
cd /var/www/pterodactyl && php artisan view:clear >/dev/null 2>&1 && php artisan config:clear >/dev/null 2>&1 && chown -R www-data:www-data /var/www/pterodactyl/*
78+
cd /var/www/pterodactyl && php artisan view:clear > /dev/null 2>&1 && php artisan config:clear > /dev/null 2>&1 && chown -R www-data:www-data /var/www/pterodactyl/*
7979

8080
### BUILD ###
8181

8282
echo "${VIOLET}${BOLD}Re-build du thème en cour...${RESET}"
83-
yarn build:production >/dev/null 2>&1
83+
yarn build:production > /dev/null 2>&1
8484
echo "${GREEN}${BOLD}Build Terminé !.${RESET}"
8585
echo ""

0 commit comments

Comments
 (0)