File de la mechant dash
This commit is contained in:
parent
d80398252e
commit
1ad994af8d
|
@ -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
|
||||||
|
|
|
@ -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!
|
||||||
|
|
|
@ -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 $
|
||||||
# ----------------------------------------------------------------------
|
# ----------------------------------------------------------------------
|
||||||
|
|
|
@ -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 !"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue