File de la mechant dash

This commit is contained in:
Alan Garcia 2014-03-27 17:39:28 +00:00
parent d80398252e
commit 1ad994af8d
9 changed files with 9 additions and 9 deletions

View File

@ -68,7 +68,7 @@ case "$1" in
# build local.sh if it does not exist # build local.sh if it does not exist
if [ ! -f $CONFIGFILE ]; then if [ ! -f $CONFIGFILE ]; then
cat > $CONFIGFILE <<EOF cat > $CONFIGFILE <<EOF
#!/bin/sh #!/bin/bash
# #
# AlternC - Web Hosting System - Configuration # AlternC - Web Hosting System - Configuration
# This file will be modified on package configuration # This file will be modified on package configuration

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
#### THIS SCRIPT IS NO LONGER USED #### THIS SCRIPT IS NO LONGER USED
#### AND HAVE NO EFFECT! #### AND HAVE NO EFFECT!

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# #
# $Id: mysql.sh,v 1.11 2006/01/11 22:51:28 anarcat Exp $ # $Id: mysql.sh,v 1.11 2006/01/11 22:51:28 anarcat Exp $
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------

View File

@ -72,7 +72,7 @@ for file in $( ls $extensions | sort -n ) ; do
php -q $file php -q $file
;; ;;
sh) sh)
sh $file bash $file
;; ;;
*) *)
echo "skipping $file, not recognized !" echo "skipping $file, not recognized !"

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
set -e set -e

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# Upgrading script to AlternC 1.1 # Upgrading script to AlternC 1.1
CONFIG_FILE="/etc/alternc/local.sh" CONFIG_FILE="/etc/alternc/local.sh"

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
VERSION="1.0" VERSION="1.0"
# We launch this script inside the home directory of the "nigthly build user" # We launch this script inside the home directory of the "nigthly build user"

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# #
# AlternC - Web Hosting System - Configuration # AlternC - Web Hosting System - Configuration
# This file will be modified on package configuration # This file will be modified on package configuration

View File

@ -1,2 +1,2 @@
#!/bin/sh #!/bin/bash