Je nach Server OS bzw. Einstellungen kann bei Cloudpanel im CLI Modus diese Fehlermeldung kommen:
$ sudo clpctl db:show:master-credentials
/usr/bin/clpctl: 5: printf: %q: invalid directive
bash: -c: line 1: unexpected EOF while looking for matching `"'
bash: -c: line 2: syntax error: unexpected end of file
Die Lösung ist, bash vor dem clpctl zu setzen. z.B:
$ sudo bash clpctl db:show:master-credentials
Damit funktionieren die Cloudpanel CLI Befehle ohne Probleme.
Bereit für Ihr Projekt?