merge(main): github.com/teamblueprint/main.git
This commit is contained in:
commit
585b41a02b
2 changed files with 3 additions and 3 deletions
|
@ -248,8 +248,8 @@ if [[ $1 != "-bash" ]]; then
|
||||||
|
|
||||||
# Clear view cache.
|
# Clear view cache.
|
||||||
log_bright "[INFO] Clearing view cache.."
|
log_bright "[INFO] Clearing view cache.."
|
||||||
php artisan view:clear
|
php artisan view:clear &> /dev/null
|
||||||
php artisan config:clear
|
php artisan config:clear &> /dev/null
|
||||||
|
|
||||||
# Link filesystems.
|
# Link filesystems.
|
||||||
log_bright "[INFO] Linking filesystems.."
|
log_bright "[INFO] Linking filesystems.."
|
||||||
|
|
|
@ -108,7 +108,7 @@ function log_escape
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "$log_ECHOSWITCHES" "$result"
|
echo "$log_ECHOSWITCHES" "$result"
|
||||||
echo "$log_ECHOSWITCHES" "$result" >> .blueprint/extensions/blueprint/private/debug/logs.txt;
|
eval ("echo \"$log_ECHOSWITCHES\" \"$result\" >> .blueprint/extensions/blueprint/private/debug/logs.txt") &> /dev/null;
|
||||||
echo -e "\n" >> .blueprint/extensions/blueprint/private/debug/logs.txt;
|
echo -e "\n" >> .blueprint/extensions/blueprint/private/debug/logs.txt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue