Dashboard
PHP:
8.2.33
OS:
Linux
User:
lmarccom
/
/
usr
/
libexec
/
initscripts
/
legacy-actions
/
postgresql
📤 Upload
📝 New File
📁 New Folder
Close
Editing: initdb
#!/usr/bin/sh # Legacy action script for "service postgresql --initdb" cmd="/usr/bin/postgresql-setup --initdb --unit postgresql" echo "Hint: the preferred way to do this is now \"$cmd\"" >&2 $cmd
Save
Cancel