fix: $* instead of $@, seems to fix #49?
continuous-integration/drone/pr Build encountered an error

Closes #49
This commit is contained in:
2026-06-02 23:37:23 +01:00
committed by kawaiipunk
parent b305445512
commit 15dd324102
+1 -1
View File
@@ -6,7 +6,7 @@ export HTACCESS_CONF_VERSION=v3
export USERS_CONF_VERSION=v1
wp() {
su -p www-data -s /bin/bash -c "/usr/local/bin/wp $@"
su -p www-data -s /bin/bash -c "/usr/local/bin/wp $*"
}
update() {