Projet

Général

Profil

Révision 653aeb8e

Ajouté par Julien Enselme il y a environ 9 ans

Various correction in scripts.

  • All source imports use absolute path.
  • Add comments.
  • Create 2 new variables: d7_dir_all_modules and d7_dir_all_themes in scripts-config.sh.
  • Make scripts respect code style.

Voir les différences:

bin/d7-delete-site.sh
21 21
shift $((OPTIND-1))
22 22

  
23 23
. /home/assos/bin/scripts-config.sh
24
param="${site_name}" . scripts-config-site.sh
25
. scripts-utils.sh
24
param="${site_name}" /home/assos/bin/scripts-config-site.sh
25
. /home/assos/bin/scripts-utils.sh
26 26

  
27 27
echo 'Awaiting for git status. (may take a while)'
28 28
if ! work_tree_clean ; then

Formats disponibles : Unified diff