Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
fdfd558e
Commit
fdfd558e
authored
Aug 09, 2010
by
jwarnier
Browse files
Change shebang from explicit /bin/bash to /bin/sh
parent
cd568a72
Changes
2
Hide whitespace changes
Inline
Side-by-side
server/cron_daily.sh
View file @
fdfd558e
#!/bin/
ba
sh
#!/bin/sh
PATH
=
/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin
/usr/bin/php
-q
/usr/local/ispconfig/server/cron_daily.php
\ No newline at end of file
/usr/bin/php
-q
/usr/local/ispconfig/server/cron_daily.php
server/server.sh
View file @
fdfd558e
#!/bin/
ba
sh
#!/bin/sh
PATH
=
/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin
.
/etc/profile
/usr/bin/php
-q
/usr/local/ispconfig/server/server.php
\ No newline at end of file
/usr/bin/php
-q
/usr/local/ispconfig/server/server.php
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment