Prevent install script from exploding when password contains a special char
This commit is contained in:
+1
-1
@@ -146,7 +146,7 @@ ynh_script_progression --message="Building the application..."
|
||||
pushd "$final_path"
|
||||
# Run the database migrations and initially fill the db
|
||||
php$phpversion artisan migrate:fresh --seed --no-interaction --verbose --force
|
||||
php$phpversion artisan ninja:create-account --email $email --password $password --no-interaction --verbose
|
||||
php$phpversion artisan ninja:create-account --email $email --password "$password" --no-interaction --verbose
|
||||
php$phpversion artisan optimize --no-interaction --verbose
|
||||
php$phpversion artisan view:clear
|
||||
php$phpversion artisan cache:clear
|
||||
|
||||
Reference in New Issue
Block a user