wok-next diff nconf/receipt @ rev 19957
Up fuse-emulator, gpgme, libnetfilter_conntrack, libnetfilter_cthelper, libnetfilter_cttimeout, libnetfilter_queue, libnfnetlink, libsdl, libspectrum, libstatgrab, libstroke, subversion, sysfsutils, taglib, tcl, tcpcrypt, tidy, tk, tokyocabinet, udisks2. Add fuse-emulator-gtk3, libblockdev, libbytesize, libstroke, volume_key.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Oct 16 22:34:14 2017 +0300 (2017-10-16) |
parents | 1067bb7f1e24 |
children | d5aab818505e |
line diff
1.1 --- a/nconf/receipt Wed Dec 16 15:49:50 2015 +0100 1.2 +++ b/nconf/receipt Mon Oct 16 22:34:14 2017 +0300 1.3 @@ -68,7 +68,7 @@ 1.4 local sql_script='/var/lib/nconf/INSTALL/create_database.sql' 1.5 1.6 # Minimal config for NConf. 1.7 - if [ -z $1 ]; then 1.8 + if [ -z "$1" ]; then 1.9 if ( ! mysqladmin -s ping > /dev/null ); then 1.10 echo "Starting MySQL server" 1.11 ( /etc/init.d/mysql start ; status ) || exit 1.12 @@ -92,7 +92,7 @@ 1.13 1.14 post_remove() 1.15 { 1.16 - if [ -z $1 ]; then 1.17 + if [ -z "$1" ]; then 1.18 local db=nconf 1.19 local db_user=nconf 1.20 local db_password=nconf