~donadigo/power-installer/power-installer-legacy

« back to all changes in this revision

Viewing changes to scripts/coreconf.cmake

  • Committer: donadigo
  • Date: 2015-01-01 16:48:17 UTC
  • Revision ID: donadigos159@gmail.com-20150101164817-adb4kpdmnkkooakz
Updated version

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
homedir = '/home/' + user
10
10
 
11
11
def show(msg, error):
12
 
    subprocess.call(['python', corepath + '/notification.py', msg, error])
 
12
    subprocess.call(['bash', corepath + '/notification.sh', msg, error])